From: Eli Zaretskii Date: Fri, 22 Dec 2006 21:04:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3257 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b4d98e53367749bf36745677aa2afcac61036f9;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c58bf9177c9..69c09e7535d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -8,6 +8,7 @@ ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O)) ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD. + (clean): Delete stamp_BLD. 2006-12-20 Francesco Potort,Al(B diff --git a/nt/ChangeLog b/nt/ChangeLog index 52e1c1c14f3..974a6f84591 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -4,6 +4,7 @@ command-line argument to sub-Make in src, since src/makefile.w32-in invokes Make recursively during bootstrap. (clean): Delete stamp_BLD. + (bootstrap): Make `all' explicitly in a recursive Make. * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file stamp_BLD after creating the $(BLD) directory. diff --git a/src/ChangeLog b/src/ChangeLog index e6f87fb38bb..d5a61bc2382 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,7 +4,7 @@ $(BLD). ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. (bootstrap-temacs): Pass $(XMFLAGS) to sub-make. - ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). + ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O). (clean): Delete stamp_BLD. 2006-12-22 YAMAMOTO Mitsuharu